Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.10.0 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 22, 2023

This PR contains the following updates:

Package Type Update Change
terraform-linters/tflint-ruleset-terraform plugin minor 0.2.2 -> 0.10.0

Release Notes

terraform-linters/tflint-ruleset-terraform (terraform-linters/tflint-ruleset-terraform)

v0.10.0

Compare Source

Enhancements
  • #​214 #​215: Support provider-defined functions
    • The following rules now take provider-defined functions into account:
      • terraform_required_providers
      • terraform_unused_required_providers
Bug Fixes
  • #​216: Fix issues caused by multiple terraform blocks
    • The following rule has been fixed to cause inconsistent results when multiple terraform blocks are declared:
      • terraform_required_providers
      • terraform_unused_required_providers
      • terraform_workspace_remote
Chores
  • #​202: Bump github.com/hashicorp/go-getter from 1.7.5 to 1.7.6
  • #​206: Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0
  • #​207: Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0
  • #​217: deps: Go 1.23
  • #​218: Bump GoReleaser to v2

v0.9.1

Compare Source

Bug Fixes
  • #​200: terraform_map_duplicate_keys: Temporarily ignore key evaluation errors

v0.9.0

Compare Source

Enhancements
Chores
  • #​195: Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0

v0.8.0

Compare Source

Enhancements
  • #​178: Add range to terraform_required_version errors
Bug Fixes
  • #​189: deprecated_interpolation: Prevent autofix from producing ambiguous attribute keys
Chores
  • #​176: release: Introduce Artifact Attestations
  • #​179: gofmt rules/terraform_deprecated_lookup.go
  • #​180: Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0
  • #​183: Bump goreleaser/goreleaser-action from 5 to 6
  • #​186: Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0
  • #​187: Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5
  • #​192: deps: Go 1.22.5

v0.7.0

Compare Source

Enhancements
  • #​161 #​167: Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.1
    • This is required for provider-defined functions support
Chores
  • #​160 #​171: Bump github.com/terraform-linters/tflint-plugin-sdk from 0.18.0 to 0.20.0
  • #​162 #​166: Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.4
  • #​165: Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • #​168: Bump golang.org/x/net from 0.21.0 to 0.23.0
  • #​169: Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4
  • #​170: deps: Go 1.22.2

v0.6.0

Compare Source

Enhancements
  • #​156: workspace_remote: Suppress issues in Terraform v1.1+
Chores
  • #​140: Bump golang.org/x/net from 0.13.0 to 0.17.0
  • #​141: Bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3
  • #​142: Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • #​143: Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.1
  • #​144: Bump google.golang.org/grpc from 1.57.0 to 1.57.1
  • #​147: Bump github.com/hashicorp/terraform-registry-address from 0.2.2 to 0.2.3
  • #​152: Bump actions/setup-go from 4 to 5
  • #​153: Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2
  • #​155: deps: Go 1.22
  • #​158: Revise rules documentation

v0.5.0

Compare Source

Enhancements
  • #​128 #​132: new rule: terraform_deprecated_lookup
  • #​131: terraform_naming_convention: Add support for checks and scoped data sources
  • #​135: terraform_unused_declarations: Add support for scoped data sources
  • #​136: Add support for provider refs in scoped data sources

v0.4.0

Compare Source

Breaking Changes
  • #​104: Bump tflint-plugin-sdk to v0.17.0
    • This change drops support for TFLint v0.40/v0.41
Enhancements
  • #​93: Add autofix support
    • terraform_comment_syntax
    • terraform_deprecated_index
    • terraform_deprecated_interpolation
    • terraform_empty_list_equality
    • terraform_required_provider
      • However, only issues with missing source can be fixed
    • terraform_unused_declarations
      • HCL native syntax only
BugFixes
  • #​101: deprecated_index: restore evaluation of JSON expressions
Chores
  • #​96: terraform_deprecated_index: add example of fix
  • #​99: Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2
  • #​102: Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.17.0

v0.3.0

Compare Source

Breaking Changes
  • #​64: required_providers: warn on legacy version syntax, missing source
BugFixes
  • #​63: required_providers: use required provider entry as range if present
  • #​90: terraform_deprecated_index: Emit issues based on expression types
Chores
  • #​57: Fix typo in rule documentation
  • #​65 #​70 #​79: Bump github.com/hashicorp/hcl/v2 from 2.15.0 to 2.16.2
  • #​67: Bump golang.org/x/net from 0.3.0 to 0.7.0
  • #​68: Bump github.com/aws/aws-sdk-go from 1.15.78 to 1.34.0
  • #​69 #​82: Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.1
  • #​76 #​81: Bump github.com/zclconf/go-cty from 1.12.1 to 1.13.1
  • #​78: Bump sigstore/cosign-installer from 2 to 3
  • #​80: Bump actions/setup-go from 3 to 4
  • #​83: Bump github.com/hashicorp/terraform-registry-address from 0.1.0 to 0.2.0
  • #​85 #​88: Bump github.com/terraform-linters/tflint-plugin-sdk from 0.15.0 to 0.16.1
  • #​87: Bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.3.0 Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.4.0 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/terraform-linters-tflint-ruleset-terraform-0.x branch from 7dc4a5f to b8f187a Compare June 20, 2023 05:58
@renovate renovate bot changed the title Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.4.0 Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.5.0 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/terraform-linters-tflint-ruleset-terraform-0.x branch from b8f187a to c40b0d5 Compare October 10, 2023 02:59
@renovate renovate bot changed the title Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.5.0 Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.6.0 Feb 25, 2024
@renovate renovate bot force-pushed the renovate/terraform-linters-tflint-ruleset-terraform-0.x branch from c40b0d5 to ded85dc Compare February 25, 2024 05:31
@renovate renovate bot changed the title Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.6.0 Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.7.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/terraform-linters-tflint-ruleset-terraform-0.x branch from ded85dc to a69b49b Compare May 3, 2024 04:57
@renovate renovate bot force-pushed the renovate/terraform-linters-tflint-ruleset-terraform-0.x branch from a69b49b to 9f156f6 Compare July 7, 2024 08:42
@renovate renovate bot changed the title Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.7.0 Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.8.0 Jul 7, 2024
@renovate renovate bot force-pushed the renovate/terraform-linters-tflint-ruleset-terraform-0.x branch from 9f156f6 to 3eb466d Compare July 31, 2024 05:54
@renovate renovate bot changed the title Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.8.0 Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.9.0 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/terraform-linters-tflint-ruleset-terraform-0.x branch from 3eb466d to 764a4a0 Compare August 3, 2024 17:30
@renovate renovate bot changed the title Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.9.0 Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.9.1 Aug 3, 2024
@renovate renovate bot changed the title Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.9.1 Update TFLint plugin terraform-linters/tflint-ruleset-terraform to v0.10.0 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/terraform-linters-tflint-ruleset-terraform-0.x branch from 764a4a0 to 5f4f5f1 Compare November 4, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants